home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 December / Chip_2001-12_cd1.bin / ctenari / Holub / Web creator.exe / 0 / RCDATA / TFORM4 / TFORM4.txt < prev   
Text File  |  2001-08-14  |  4KB  |  176 lines

  1. object Form4: TForm4
  2.   Left = 336
  3.   Top = 224
  4.   ActiveControl = ListBox1
  5.   AutoScroll = False
  6.   AutoSize = True
  7.   Caption = 'Efekty - jen Internet explorer'
  8.   ClientHeight = 209
  9.   ClientWidth = 289
  10.   Color = clBlack
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   FormStyle = fsStayOnTop
  17.   Icon.Data = {<image000.ico>}
  18.   OldCreateOrder = False
  19.   Position = poMainFormCenter
  20.   OnClose = FormClose
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Label1: TLabel
  25.     Left = 0
  26.     Top = 24
  27.     Width = 36
  28.     Height = 13
  29.     Caption = 'Udalost'
  30.     Font.Charset = DEFAULT_CHARSET
  31.     Font.Color = clWhite
  32.     Font.Height = -11
  33.     Font.Name = 'MS Sans Serif'
  34.     Font.Style = []
  35.     ParentFont = False
  36.   end
  37.   object Label3: TLabel
  38.     Left = 0
  39.     Top = 80
  40.     Width = 108
  41.     Height = 13
  42.     Caption = 'Duration min-1, max-15'
  43.     Font.Charset = DEFAULT_CHARSET
  44.     Font.Color = clWhite
  45.     Font.Height = -11
  46.     Font.Name = 'MS Sans Serif'
  47.     Font.Style = []
  48.     ParentFont = False
  49.   end
  50.   object Label4: TLabel
  51.     Left = 32
  52.     Top = 104
  53.     Width = 5
  54.     Height = 13
  55.     Caption = 's'
  56.     Color = clBlack
  57.     Font.Charset = DEFAULT_CHARSET
  58.     Font.Color = clWhite
  59.     Font.Height = -11
  60.     Font.Name = 'MS Sans Serif'
  61.     Font.Style = []
  62.     ParentColor = False
  63.     ParentFont = False
  64.   end
  65.   object Label2: TLabel
  66.     Left = 112
  67.     Top = 24
  68.     Width = 25
  69.     Height = 13
  70.     Caption = 'Efekt'
  71.     Font.Charset = DEFAULT_CHARSET
  72.     Font.Color = clWhite
  73.     Font.Height = -11
  74.     Font.Name = 'MS Sans Serif'
  75.     Font.Style = []
  76.     ParentFont = False
  77.   end
  78.   object Image1: TImage
  79.     Left = 8
  80.     Top = 160
  81.     Width = 88
  82.     Height = 28
  83.     AutoSize = True
  84.     Center = True
  85.     Picture.Data = {<image001.bmp>}
  86.   end
  87.   object Label5: TLabel
  88.     Left = 24
  89.     Top = 0
  90.     Width = 234
  91.     Height = 24
  92.     Caption = 'Efekty - jen Internet explorer'
  93.     Font.Charset = DEFAULT_CHARSET
  94.     Font.Color = clWhite
  95.     Font.Height = -21
  96.     Font.Name = 'MS Sans Serif'
  97.     Font.Style = []
  98.     ParentFont = False
  99.   end
  100.   object ComboBox1: TComboBox
  101.     Left = 0
  102.     Top = 40
  103.     Width = 97
  104.     Height = 21
  105.     Style = csDropDownList
  106.     ItemHeight = 13
  107.     TabOrder = 0
  108.     Items.Strings = (
  109.       'Page-Enter'
  110.       'Page-Exit'
  111.       'Site-Enter'
  112.       'Site-Exit')
  113.   end
  114.   object Edit1: TEdit
  115.     Left = 0
  116.     Top = 96
  117.     Width = 25
  118.     Height = 21
  119.     AutoSize = False
  120.     MaxLength = 2
  121.     TabOrder = 1
  122.     Text = '1'
  123.   end
  124.   object ListBox1: TListBox
  125.     Left = 112
  126.     Top = 40
  127.     Width = 177
  128.     Height = 145
  129.     ItemHeight = 13
  130.     Items.Strings = (
  131.       'Blend'
  132.       'Box in'
  133.       'Box out'
  134.       'Circle in'
  135.       'Circle out'
  136.       'Wipe up'
  137.       'Wipe down'
  138.       'Wipe right'
  139.       'Wipe left'
  140.       'Vertical blinds'
  141.       'Checkerboard across'
  142.       'Checkerboard down'
  143.       'Random dissolve'
  144.       'Split vertical in'
  145.       'Split vertical out'
  146.       'Split horizontal in'
  147.       'Split horizontal out'
  148.       'Strips left down'
  149.       'Strips left up'
  150.       'Strips right down'
  151.       'Strips right up'
  152.       'Random bars horizontal'
  153.       'Random bars vertical'
  154.       'Random')
  155.     TabOrder = 2
  156.   end
  157.   object Button1: TButton
  158.     Left = 48
  159.     Top = 192
  160.     Width = 75
  161.     Height = 17
  162.     Caption = 'OK'
  163.     TabOrder = 3
  164.     OnClick = Button1Click
  165.   end
  166.   object Button2: TButton
  167.     Left = 168
  168.     Top = 192
  169.     Width = 73
  170.     Height = 17
  171.     Caption = 'Cancel'
  172.     TabOrder = 4
  173.     OnClick = Button2Click
  174.   end
  175. end
  176.